home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / C++ AppleLink Messages / CPlus.Dev$ 6⁄1⁄90 / 0134-C++ Questions-May90 < prev    next >
Encoding:
Text File  |  1990-06-01  |  705 b   |  22 lines  |  [TEXT/GEOL]

  1. Item    6226516                         31-May-90        15:28PDT
  2.  
  3. From:   CDA0425                         DEV Abbott Enterprises Edmonton,IDV
  4.  
  5. To:     CPLUS.DEV$                      C++ Interest List--Developers
  6.  
  7. Sub:    C++ Questions
  8.  
  9. A few questions about C++ that have been nagging us:
  10.  
  11. 1. What is the "Best" way to handle failures inside a constructor or
  12. destructor? Pre-flighting seems the only possible way, but is cumbersome and
  13. hard to maintain.
  14.  
  15. 2. Is there a way to implicitly call a base class's version of the current
  16. method? ie. Can we simulate the Object Pascal 'inherited' directive? Having
  17. explicit inheritance only would seem to be a real drag.
  18.  
  19. Mike Duigou
  20. the AND group inc.
  21.  
  22.